minAppVersion

@get:JvmName(name = "getMinAppVersion")
@set:JvmName(name = "setMinAppVersion")
var minAppVersion: Int
The minimum app version that can talk to this device.
Phone/PC apps should compare this to their build number and if too low tell the user they must update their app

uint32 min_app_version = 11;